# NOTE: this file is read in one 4096-bytes chunk.
# plese do not let it grow too large, or it may be partially read.

# Syntax: comments may exist anywhere in the file, starting
# with a '#' and blank lines are ignored
#
# spaces are not ignored and should not exist anywhere

# currently, only three directives are supported,
# 'server', 'port' and 'skipupto'


# 'server' is the IP address of the server (running nc or something similar)
server=192.168.0.2

# 'port' is the port that the server is listening to
port=20000

# occasionally, UmdNetRipper hangs in the middle of a transfer
# if it does, you may omit re-transferring all files that have been
# ripped by uncommenting the following line and setting the value
# of 'skipupto' to something reasonable, like in
# 
# skipupto=disc0:/PSP_GAME/USRDIR/file.ext
#
# if you uncomment the line above, the ripprer will skip all files until
# it reaches disc0:/PSP_GAME/USRDIR/file.ext (make sure to use whatever
# case (capital or lowercase) is used in the original disk
